how can i allow user to create posts in website using ASP.NET [closed]
        Posted  
        
            by 
                Sana
            
        on Programmers
        
        See other posts from Programmers
        
            or by Sana
        
        
        
        Published on 2012-04-13T20:11:52Z
        Indexed on 
            2012/04/13
            23:44 UTC
        
        
        Read the original article
        Hit count: 277
        
I am making a website "Online voting system" a part of my academic project ... besides allowing the registered voters to vote on the posts that I have created while developing the voting system ... I want to allow users to create polls by themselves too regarding any thing
How can I implement this scenerio using ASP.NET and c# in VS 2010 .. with the user posting polls having:
- Post title label
- Description about poll
- Radio buttons for displaying various options to allow voting process to be carried out when user selects one option and submit his vote...
© Programmers or respective owner